projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb0441
)
Fixed a typo in a comment.
author
Alex Gaynor
<alex.gaynor@gmail.com>
Sun, 2 Aug 2015 23:16:18 +0000
(19:16 -0400)
committer
Alex Gaynor
<alex.gaynor@gmail.com>
Sun, 2 Aug 2015 23:16:18 +0000
(19:16 -0400)
src/cargo/sources/registry.rs
patch
|
blob
|
history
diff --git
a/src/cargo/sources/registry.rs
b/src/cargo/sources/registry.rs
index 29ec378b12e0651cc7ccf6a21e5b8544f48000c0..7f97cfce932f11048a2a33f34b85df7fc507d04c 100644
(file)
--- a/
src/cargo/sources/registry.rs
+++ b/
src/cargo/sources/registry.rs
@@
-521,7
+521,7
@@
impl<'cfg> Registry for RegistrySource<'cfg> {
impl<'cfg> Source for RegistrySource<'cfg> {
fn update(&mut self) -> CargoResult<()> {
// If we have an imprecise version then we don't know what we're going
- // to look for, so we always atempt to perform an update here.
+ // to look for, so we always at
t
empt to perform an update here.
//
// If we have a precise version, then we'll update lazily during the
// querying phase. Note that precise in this case is only